home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / sm32a.zip / SYMBMATH.INI < prev    next >
Text File  |  1993-12-22  |  2KB  |  40 lines

  1. constant("pi",3.1415926535897932384626433832).
  2. constant("e",2.7182818284590452353602874713).
  3. sign2(var("undefined"),var("undefined")).
  4. sign2(var("discont"),var("discont")).
  5. comma2(",").
  6. comma2("from").
  7. comma2("to").
  8. comma2("step").
  9. comma2("then").
  10. comma2("else").
  11. comma2("until").
  12. error(21,"ERROR: mis-syntax at ").
  13. error(23,"\nERROR: ").
  14. error(25," function is not in shareware and student version. Have you registered ?\n").
  15. error(31,"ERROR: unmatched (").
  16. error(32,"ERROR: unmatched )").
  17. error(33,"ERROR: unmatched [").
  18. error(34,"ERROR: unmatched ]").
  19. error(36,"ERROR: the invalid function name ").
  20. error(41,"ERROR: infinite recursion").
  21. error(44,"ERROR: assign to a number").
  22. error(52,"ERROR: arguement is not a simple variable or number of arguement > 5").
  23. error(54,"\nERROR: mis-syntax or the local variable is not a simple variable").
  24. error(56,"\nERROR: there is not this file").
  25. error(62,"SymbMath 3.2 │ Arrow keys and <Enter>, Highlight or first capital letter").
  26. error(64,"Input filename │ <F8> Last filename, -><- Edit, <Enter> Accept, <Esc> Abort").
  27. error(66,"F1 Help, F2 Save, F3 Open, F4 Replace, F5 Zoom, F7 XCopy, F8 XEdit, F10 End").
  28. error(68,"Ctrl-F3 Find, Shift-F3 Find again, F5 Zoom, <PgDn> More, <Esc> Abort").
  29. error(70,"F4 File mask, F5 Zoom, <PgDn> More, -><- Select, <Enter> Accept, <Esc> Abort").
  30. error(72,"F5 Zoom, <PgDn> More, -><- Select, Letter Select, <Enter> Accept, <Esc> Abort").
  31. error(83,"keyword\\").
  32. error(84,"library\\").
  33. error(86,"bgi\\").
  34. finame("new.sm",2).
  35. autorun("init.sm").
  36. windowcolor(1,62,0).
  37. windowcolor(2,7,2).
  38. windowcolor(3,2,15).
  39. windowcolor(4,112,0).
  40. windowcolor(14,14,13).